set Rotary1Enabled
open fun setRotary1Enabled(value: Boolean): ModuleConfigProtos.ModuleConfig.CannedMessageConfig.Builder
Enable the rotary encoder #1. This is a 'dumb' encoder sending pulses on both A and B pins while rotating.
Content copied to clipboard
bool rotary1_enabled = 1;
Return
This builder for chaining.
Parameters
value
The rotary1Enabled to set.